home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / scsh-0.4 / scsh-0 / scsh-0.4.2 / scsh / ultrix / time_dep.scm < prev    next >
Text File  |  1995-10-13  |  199b  |  9 lines

  1. ;;; OS-dependent time stuff
  2. ;;; Copyright (c) 1995 by Olin Shivers.
  3.  
  4. ;;; This suffices for BSD systems with the gettimeofday()
  5. ;;; microsecond-resolution timer.
  6.  
  7. (define (ticks/sec) 1000000) ; usec
  8.  
  9.